home *** CD-ROM | disk | FTP | other *** search
-
- The program LOAN.PAS was written by Steve Wood for the book
- Using Turbo Pascal, published by Osborne/McGraw-Hill. It is
- placed in the public domain with the understanding that the
- author and publisher retain all commercial rights. That is,
- the code may NOT be published for sale. You may, however, feel
- free to use and distribute it freely as is the custom with
- public domain software.
-
- This version is generic in that it uses no system dependent code.
- It should run on any sytem for which Turbo is available as long
- as a video screen capable of displaying 24 lines of 80 characters
- is used. See the code for areas that have been commented out for
- some changes that will improve the cosmetics on an IBM-PC or
- compatible.
-
- The code is heavily commented and the program is designed to be
- self documenting from the users perspective. For detailed
- documention see the book Using Turbo Pascal.